FlexReport for WinForms
FindLastIndex(Int32,Int32,Predicate<BrickBase>) メソッド


C1.Report アセンブリ > C1.Report.Rendering 名前空間 > BrickCommonInfo.MatrixRow クラス > FindLastIndex メソッド : FindLastIndex(Int32,Int32,Predicate<BrickBase>) メソッド
シンタックス
'宣言
 
Public Overloads Function FindLastIndex( _
   ByVal startIndex As System.Integer, _
   ByVal count As System.Integer, _
   ByVal match As System.Predicate(Of BrickBase) _
) As System.Integer
'使用法
 
Dim instance As BrickCommonInfo.MatrixRow
Dim startIndex As System.Integer
Dim count As System.Integer
Dim match As System.Predicate(Of BrickBase)
Dim value As System.Integer
 
value = instance.FindLastIndex(startIndex, count, match)
public System.int FindLastIndex( 
   System.int startIndex,
   System.int count,
   System.Predicate<BrickBase> match
)

パラメータ

startIndex
count
match
参照

参照

BrickCommonInfo.MatrixRow クラス
BrickCommonInfo.MatrixRow メンバ
オーバーロード一覧